Name | Description | |
---|---|---|
![]() | GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType> Constructor | The default constructor builds an empty dictionary. |
The following tables list the members exposed by GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType>.
Name | Description | |
---|---|---|
![]() | GraphLinksModel.CopyDictionary<NodeType,NodeKey,PortKey,LinkType> Constructor | The default constructor builds an empty dictionary. |
Name | Description | |
---|---|---|
![]() | Copies | Gets the collection of copied nodes and copied links as a GraphLinksModel.DataCollection<NodeType,NodeKey,PortKey,LinkType>. |
![]() | DestinationModel | Gets or sets the destination model for the copying operation. |
![]() | SourceCollection | Gets or sets the source collection of data to be copied for the copying operation. |
![]() | SourceModel | Gets or sets the source model for the copying operation. |
Name | Description | |
---|---|---|
![]() | AddCopiedLink | Declare the mapping of a source link data to a copied link data. |
![]() | AddCopiedNode | Declare the mapping of a source node data to a copied node data. |
![]() | ContainsSourceLink | This predicate is true if the given link data is in the source collection. |
![]() | ContainsSourceNode | This predicate is true if the given node data is in the source collection. |
![]() | FindCopiedLink | Look up the copied link for a given source link. |
![]() | FindCopiedNode | Look up the copied node for a given source node. |
![]() | RemoveSourceLink | Remove any association between a source link data and any copied link data. |
![]() | RemoveSourceNode | Remove any association between a source node data and any copied node data. |